Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The return complete/fail is determined based the ResultCode in ZKMap. #150

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

bigtrouble
Copy link

In my case extendedTypesEnabled=true not set in zoo.cfg.
and when put an entry with TTL to AsyncMap then ZK returned -6 error code.
( -6 = Unimplemented )

The current ZK operations discards the resultCode,
So errors are hidden. Everything looks fine but no effect.

@bigtrouble bigtrouble closed this Feb 18, 2024
@bigtrouble bigtrouble reopened this Feb 18, 2024
@vietj
Copy link
Contributor

vietj commented Feb 19, 2024

@bigtrouble can you add a test for this ?

@vietj vietj added this to the 5.0.0 milestone Feb 19, 2024
@bigtrouble
Copy link
Author

bigtrouble commented Feb 20, 2024

@vietj
The test case has been commited. check please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants